home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 February: Tool Chest / Apple Developer CD Series Tool Chest February 1996 (Apple Computer)(1996).iso / Sample Code / Snippets / Interapplication Communication / IPCLister / Read Me • IPCLister < prev   
Encoding:
Text File  |  1993-01-18  |  950 b   |  26 lines  |  [TEXT/MPS ]

  1. IPCLister
  2. A small example of how to use IPCListPorts
  3. This sample collects and displays all the PPC/AppleEvent capable
  4. machines in your current zone and puts them in a nice list.
  5. Click on one of the machines, and the other list will display 
  6. all the PPC port names currently open on that machine.  
  7. This is all the IAC capable applications, plus all the 
  8. PPC ports that have been open for other reasons (unless 
  9. they were opened non-Network capable).
  10.  
  11. Sounds a lot like the PPC browser?  
  12. It's what the PPC browsers does, yeah, but this shows you how
  13. you can do it silently, without putting up a dialog.
  14.  
  15. IPCListPorts allows you to find the specific applications you are
  16. looking for anywhere on the network WITHOUT having to prompt the
  17. user to make the (error prone) selection for you.
  18. You can find that special service you want to connect to with no 
  19. worries.
  20.  
  21. IPCList and Zone code by Jim Luther
  22. Rest of the stuff by Me.
  23.  
  24. C.K. Haun
  25. Apple DTS
  26. 3/23/92